Skip to content

Conversation

@naveenkumar-sanjeevirayan
Copy link
Collaborator

@naveenkumar-sanjeevirayan naveenkumar-sanjeevirayan commented Mar 5, 2025

Description of Change

Enable .NET Native AOT (Ahead-of-Time) compilation and Trimming support for core controls to improve application startup time, reduce binary size, and enhance runtime performance.

Analysis and design

Trimming: Removes unused code from the final application, reducing the application size
AOT Compilation: Compiles code ahead of time rather than at runtime, improving startup performance
Analyzers: Help identify compatibility issues early in development

Screenshots

NA

@PaulAndersonS PaulAndersonS merged commit 27abb71 into main Mar 13, 2025
@naveenkumar-sanjeevirayan naveenkumar-sanjeevirayan deleted the AOTTrimmingChanges branch May 14, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants